Method CreateWithWarmupAsync<TProps>(TProps)
Create object with metadata preload to cache
Useful for batch creation of objects of the same type
public static Task<RedbObject<TProps>> CreateWithWarmupAsync<TProps>(TProps properties) where TProps : class, new()